home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / help / fasthelp.en < prev    next >
Encoding:
Text File  |  2002-04-30  |  827 b   |  25 lines

  1. This is the readme for the FreeDOS HELP program
  2.  
  3. HELP will display a text file help topic.  It uses these environment
  4. variables:
  5.  
  6.    PAGER: the program that will display the help files
  7.    HELPPATH: the location of your help files
  8.    LANG: the preferred language to display the help files
  9.  
  10. If PAGER is not present, "MORE" is assumed.
  11.  
  12. If HELPPATH is not present, HELP uses the path based on the program
  13. name, and if not found then "C:\FDOS\HELP" is assumed.
  14.  
  15. If LANG is not present, "EN" is assumed.
  16.  
  17.  
  18. This program has international support using the "Cats" library
  19. (catopen/catgets implementation for DOS).  "Cats" is distributed under
  20. the terms of the GNU LGPL.  You can download "Cats" from
  21. http://www.freedos.org/jhall/cats/
  22.  
  23. HELP is distributed under the GNU GPL.  See the file COPYING for
  24. details.
  25.